encoding/xml.Encoder.p (field)
11 uses
encoding/xml (current package)
marshal.go#L147: p printer
marshal.go#L153: e.p.encoder = e
marshal.go#L161: enc.p.prefix = prefix
marshal.go#L162: enc.p.indent = indent
marshal.go#L172: err := enc.p.marshalValue(reflect.ValueOf(v), nil, nil)
marshal.go#L176: return enc.p.w.Flush()
marshal.go#L187: err := enc.p.marshalValue(reflect.ValueOf(v), nil, &start)
marshal.go#L191: return enc.p.w.Flush()
marshal.go#L214: p := &enc.p
marshal.go#L310: return enc.p.w.Flush()
marshal.go#L317: return enc.p.Close()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)